I search the f0rum but i cnt see w0rking 0ne..wh0 cn help..?and tnx..
Random|Featured Gallery MethosV3.
Collapse
X
-
Originally posted by ranzit2 View Postwow wapmetal with new id.
wahh u got me bro huhuLast edited by WereWolveZ; 28.12.09, 13:54.
Comment
-
Code:$randomm = mysql_fetch_array(mysql_query("SELECT itemurl, uid FROM methos_gallery WHERE id ORDER BY RAND() LIMIT 1")); echo "<p align=\"center\">"; echo "Random Photo<br/>"; $randomm[0] = str_replace("../","",$randomm[0]); echo "<img src=\"$randomm[0]&r=45\" alt=\"$sitename\"/>"; echo "</p>";
change this methos_gallery to ur sql what ever it is
or u can post ur gallery sql so we can help you lol
Comment
Comment